Choosing a Target option

A target is an alternate Web page frame or Web browser window in which the linked document opens. You can specify a target for a selected hotspot or slice in the Object inspector Target text box:

Type the name of the HTML frame in which to open the linked document.
Choose a reserved target from the Target pop-up menu.

These are the reserved target options:

_blank loads the linked documents in a new, unnamed browser window.

_parent loads the linked document in the parent frameset or window of the frame that contains the link. If the frame containing the link is not nested, then the linked document will load into the full browser window.

_self loads the linked document in the same frame or window as the link. This target is implied, so you usually need not specify it.

_top loads the linked document in the full browser window, thereby removing all frames.